@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.ttf") format("woff");
}

@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.ttf") format("woff");
}
@font-face {
  font-family: "Inter-oo";
  src: url("../fonts/Inter-Bold.ttf");
  src: url("../fonts/Inter-ExtraLight.ttf") format("embedded-opentype"),
    url("../fonts/Inter-Light.ttf") format("woff2"),
    url("../fonts/Inter-Regular.ttf") format("woff"),
    url("../fonts/Inter-SemiBold.ttf") format("truetype");
}

body h1 {
  font-family: "Inter";
}

body h3 {
  font-family: "Inter";
}
body h6,
body p {
  font-family: "Inter-Regular";
  font-weight: 400;
  line-height: inherit;
}

body h4,
body h5 {
  font-family: "DM Sans Medium";
}

.w-80 {
  width: 80%;
}

.purple-make {
  color: #7e3396;
}

.extra-padding {
  padding-left: 198px;
}

h5 {
  font-weight: 450;
}

.head-card img {
  width: 80%;
}

.connect-small {
  font-size: 16px;
  color: #656363;
}

.text-align-center {
  text-align: center;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  height: auto;
  background-color: transparent;

  text-align: center;
  line-height: 40px;
}
.header.active {
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.bg-none {
  background: none;
}
.text-prpl {
  color: #5546a0;
}

.background1 {
  background-image: url("../images/background/background1.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}
.spa-headings {
  background-color: #f8f7fb;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}
.background2 {
  background-image: url("../images/background/background2.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: rgb(255, 255, 255);
  background-color: #5546a0 !important;
  border-radius: 50px;
}
.nav-pills .nav-link {
  color: rgb(63, 63, 63);
  background-color: transparent !important;
}
.tab-look .nav-item {
  padding-left: 30px;
  padding-right: 25px;
}

.tab-look {
  border: 1px solid rgb(199, 199, 199);
  padding: 15px;
  border-radius: 50px;
  background: #ffff;
  justify-content: center !important;
  display: flex;
  align-items: center;
}

.press-background {
  background-image: url("../images/background/background1.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
}

.press-card {
  background-color: #fcf8fd;
  padding: 1em;
  border-radius: 9px;
  box-shadow: 3px 3px 5px #d5bddb, -3px -3px 5px #ffffff;
}

.d-contents {
  display: contents;
}

.justify-content-space-evenly {
  justify-content: space-evenly;
}
.box {
  max-height: 200px;
  max-width: 200px;
  border-radius: 9px;
}

.box1 {
  background-color: none;
}

.box1 .facility img {
  width: 90px;
}

.box2 .facility img {
  width: 60px;
}

.box3 .facility img {
  width: 100px;
}

.box4 .facility img {
  width: 90px;
}

.box2 {
  background-color: #b7ebff;
}
.box3 {
  background-color: #d1ffed;
}
.box4 {
  background-color: #ffc7e6;
}

.arrow img {
  height: 40px;
}

.arrow:focus {
  box-shadow: none;
}

.spa-head {
  width: 100%;
}
.h-fix {
  height: fit-content;
}

.advertisement-screen {
  background-image: url("../images/carousel-background.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
}

.advertisement-screen .owl-carousel .owl-wrapper-outer {
  width: 33% !important;
  height: 100% !important;
  margin-left: 215px;
}

.ads {
  margin-top: 23px;
  height: 328px;
  width: 188px;
  margin-left: 21px;
}

.ads .ads-1 {
  height: 100%;
  width: 100%;
}

.ads .ads-2,
.ads-3 {
  height: 100%;
  width: 91%;
}

.text-align-left {
  text-align: left;
}

.learn h6 {
  font-size: 18px;
}

.btn-robot :focus {
  box-shadow: none;
}

.link-learn {
  color: #853295;
  font-weight: bold;
  text-decoration: none;
}

.link-learn:hover {
  color: black;
}

.link-learn small,
.end-footer small {
  font-size: 0.75em;
}

.app-btn {
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 3px 5px 9px #ededed, -5px -5px 10px #ffffff;

  height: 62px;
  width: 223px;
  margin: 18px;
}

.app-btn:focus {
  box-shadow: none;
}

.app-btn img {
  width: 70%;
}

.app-btn h5 {
  font-weight: 500;
  font-size: 17px;
}

.download-carousel img {
  width: 100%;
}

.chat-support img {
  width: 51px;
}

.call-support img {
  width: 83px;
}

.card {
  border: none;
}
.bold-2 {
  font-size: 18px;
  font-weight: bold;
}
.footer {
  background-color: #5546a0;
  padding-left: 3%;
  color: rgb(255, 255, 255);
}
.footer img {
  height: 45px;
}
.footer small {
  font-size: 11px;
  color: rgb(255, 255, 255);
}

.footer a {
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.footer a:hover {
  color: #d52183;
}

.fixed-robot img {
  width: 11%;
}

.social {
  padding: 0px;
}
.social img {
  height: 25px;
}

.end-footer {
  background-color: #d52183;
  color: white;
}

.fixed-robot {
  position: fixed;
  bottom: 88px;
  right: 26px;
  z-index: 1030;
  float: right;
  direction: rtl;
  display: table;
  text-align: right;
}

.box-home-why {
  height: 5em;
  width: inherit;
}

@media screen and(min-width:667px) {
  .p-45 {
    padding-left: 45px;
  }
}

@media (max-width: 376px) {
  .screen {
    top: 14px;
    position: relative;
    left: 105px;
  }
  .screen .owl-carousel img {
    width: 35% !important;
    height: 88%;
  }

  .chat-support,
  .call-support small {
    font-size: 6px;
  }

  .chat-support img {
    width: 35px;
  }

  .call-support img {
    width: 68px;
  }
}

@media (max-width: 600px) {
  .background1 {
    height: 100%;
  }
  .tab-look {
    border: none !important;

    border-bottom: 1px solid rgb(199, 199, 199);
    padding: 10px;
    border-radius: 0 !important;
    background: transparent;
    justify-content: center !important;
    /* display: contents; */
    align-items: center;
    flex-flow: nowrap;
    overflow: scroll;
    width: 100%;
    padding-left: 60%;
  }

  .nav-pills .nav-link {
    color: rgb(63, 63, 63);
    background-color: transparent !important;
    width: max-content;
  }

  .tab-look .nav-item {
    padding-left: 5px;
    padding-right: 5px;
    display: contents;
    justify-content: center;
    display: flex;
    width: initial;
  }
  .reveal {
    width: 127px !important;
  }

  .head-card img {
    width: 100%;
  }

  .tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 50px !important;
    height: 50px !important;
  }
}

@media (min-width: 767px) {
  .background2 {
    height: 667px;
  }

  .pr-170 {
    padding-right: 160px;
  }

  .schedule {
    padding-right: 25%;
    padding-left: 25%;
  }

  /* .ads {
        margin-top: 13px;
        height: 177px;
        width: 99px;
        margin-left: 13px;
    } */
}

@media (max-width: 376px) {
  .navbar-brand img {
    height: 30px;
  }

  .extra-padding {
    padding: 0;
    background: white;
  }

  .p-5 {
    padding: 0px !important;
  }

  /* .about-carousel1{
        width: 60%;
    } */

  .box-show {
    justify-content: center !important;
  }
  .box3 .facility img {
    width: 90px;
  }

  .box4 .facility img {
    width: 75px;
  }

  .box4 {
    padding: 10px !important;
    padding-top: 16px !important;
  }

  .box {
    max-height: 165px;
  }
}

@media (max-width: 767px) {
  .mt-sm-60 {
    margin-top: 60px;
  }

  .navbar-nav li {
    list-style: none;
    TEXT-ALIGN: left;
}

.w-80{
  width: 100% !important;
}

  .container{
    padding: 0px 20px 0px 20px;
  }
  
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: auto;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
}
  
.boxf {
  display: block !important;
  
}
 
.boxf h6{
  margin-top: 20px;
  
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    text-align: start;
}

  .head-card {
    height: 100%;
  }

  .extra-padding {
    padding: 0;
  }

  .headers-mt-sm {
    margin-top: 30px;
  }

  .p-5 {
    padding: 0px !important;
  }

 
  .ads {
    margin-top: 14px;
    height: 156px;
    width: 87px;
    margin-left: 13px;
  }

  .fixed-robot img {
    width: 16%;
  }

  .advertisement-screen .owl-carousel .owl-wrapper-outer {
    margin-left: 103px;
  }

  .spa-head {
    width: 100%;
  }
}

@media (max-width: 321px) {
  .ads {
    margin-top: 11px;
    height: 183px;
    width: 77px;
    margin-left: 10px;
  }
  .ads img {
    height: 75% !important;
  }

  .advertisement-screen .owl-carousel .owl-wrapper-outer {
    margin-left: 91px;
  }
}

@media (min-width: 321px) and (max-width: 376px) {
  .ads {
    margin-top: 10px;
    height: 185px;
    width: 78px;
    margin-left: 1px;
  }
  .ads img {
    height: 75% !important;
  }

  .advertisement-screen .owl-carousel .owl-wrapper-outer {
    margin-left: 101px;
  }

  .advertisement-screen {
    height: 155px;
  }
}

@media (max-width: 767px) {
  .justify-center-mobile {
    justify-content: center !important;
  }
  .ml-3-mobile {
    margin-left: 0px !important;
  }

  .web-img {
    width: 100% !important;
  }
  .video-btn {
    border-radius: 50px;
    width: auto;
    border: 0 !important ;
    color: #5546a0;
  }
}

@media (min-width: 769px) {
  .px-50 {
    padding-left: 9em;
    padding-right: 9em;
  }

  .px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }
}

@media (min-width: 376px) and (max-width: 600px) {
  .ads {
    margin-top: 14px;
    height: 156px;
    width: 87px;
    margin-left: 7px;
  }

  .ads img {
    height: 95% !important;
  }
}

@media (min-width: 1024px) {
  .advertisement-screen {
    margin: 0px;
    height: 348px;
  }

  .ads {
    margin-top: 22px;
    height: 311px;
    width: 179px;
    margin-left: 10px;
  }
  .pading-ads {
    padding-left: 10%;
  }

  .advertisement-screen .owl-carousel .owl-wrapper-outer {
    width: 176px !important;
  }
}

/* animations  */

.zoom {
  transition: transform 0.8s;
}

.learn:hover .zoom,
.box:hover .zoom {
  transform: scale(1.2);
}

/* .fly{
    position: absolute;
    transform: translateY(0px);
    transition: 2s all ease;
    
  } */

.reveal {
  width: 240px;
  position: absolute;
}

.right {
  animation: righthand ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.left {
  animation: lefthand ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes righthand {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes lefthand {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.fade-out-up {
  animation: fade-out-up 2s ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fade-out-up {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-200px);
  }
}

.fade-out-up.finished {
  animation: none;
  opacity: 0;
  transform: translateY(-200px);
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.social:focus {
  box-shadow: none;
}

.circle-1{
  width: 50px;
  border-radius: 50px;
  height: 50px;
  background:#EB5F8C;
  display: block;
  position: relative;
  top: 20px;
  left: 11px;
}
.circle-0{
  width: 50px;
  border-radius: 50px;
  height: 50px;
  background:#5546a0;
  display: block;
  position: relative;
  top: 20px;
  left: 11px;
}
.circle-2{
  width: 50px;
  border-radius: 50px;
  height: 50px;
  background:#FFC05B;
  display: block;
  position: relative;
  top: 20px;
  left: 11px;
}
.circle-3{
  width: 50px;
  border-radius: 50px;
  height: 50px;
  background:#00674B;
  display: block;
  position: relative;
  top: 20px;
  left: 11px;
}
.boxf{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 10px;
}

.btn-pink{
  background: #EB5F8C;
  color: #fff;
  width: 100%;
  height: 50px;
}
.btn-pink:hover{
  color: whitesmoke;
}
.no-a{
  color: #5546a0;
  text-decoration: none;
}